projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce16aba
)
Fix dependency error during bootstrap
author
Tino Calancha
<tino.calancha@gmail.com>
Sun, 30 Apr 2017 02:33:37 +0000
(11:33 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Sun, 30 Apr 2017 02:33:37 +0000
(11:33 +0900)
* lisp/files.el: Require pcase and easy-mmode at compile time.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index af2a713822d23faa7cb33d0c6475b25366b59f0a..0978fa254f6cac88ff39706d59cc028fcf0301ec 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-28,6
+28,10
@@
;;; Code:
+(eval-when-compile
+ (require 'pcase)
+ (require 'easy-mmode)) ; For `define-minor-mode'.
+
(defvar font-lock-keywords)
(defgroup backup nil